home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr48
/
pp001.zip
/
EX5.PRG
< prev
next >
Wrap
Text File
|
1992-07-01
|
129b
|
8 lines
Program EX5;
var
a : byte;
begin
for a := 1 to 9 do
WriteLn((A+9) / 4); { Write the value }
end.